home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / page119.zip / PAGE.DOC < prev    next >
Text File  |  1993-04-03  |  4KB  |  106 lines

  1.            ┌────────────────────────────────────────────────────┐
  2.            │                    Page DOOR                       │
  3.            │                   -----------                      │
  4.            │       A Simple Door To Ask The User Why They       │
  5.            │      Wish To Chat With You And Then Page You.      │
  6.            └────────────────────────────────────────────────────┘
  7.  
  8. What Is It?
  9.  
  10.         Page is a simple program used to ask the user WHY they wish
  11.         to chat with you, and then proceed to page you just as ProDoor
  12.         usually does.  It recognizes your Bell and Pager settings from
  13.         PCBOARD.SYS.  The PROTRNS file is also loaded to translate any
  14.         thing you wish (mainly the "Page ends in 30 seconds" message).
  15.  
  16. Who/What/Why?
  17.  
  18.          This door was written entirely by Greg Parsons.  Any questions
  19.          regarding the door should be addressed to him at Paradise Cove
  20.          BBS (Number shown below).  This door was developed using Sam
  21.          Smith's EXCELLENT ProKit libraries.  Without these, this door
  22.          would have never been possible for me.  You may ask: "Why would
  23.          I use this door when there are several others of it's type out
  24.          that have lots more features ?"  Simple.  I wrote this to AVOID
  25.          all those "features".  I don't care about any time limits or
  26.          number of rings allowed or whatever.  Just a plain old pager that
  27.          just asks the question "WHY?"
  28.  
  29.                                    ***
  30.  
  31.             Updates can ALWAYS be found on Paradise Cove BBS at:
  32.                 302-436-4780 * USRobotics D/S 16.8k * 24hrs
  33.  
  34.                                    ***
  35.  
  36. DISCLAIMER:
  37.  
  38. Greg Parsons will not be liable for any damage that may result
  39. from the use of this program.  This program comes with NO WARRANTY
  40. written or implied.  Use this program at your own risk.
  41.  
  42.                                    ***
  43.  
  44. ProDoor is Copyrighted by Samuel H. Smith
  45. ProKit is a product of Samuel H. Smith
  46.  
  47.                                    ***
  48.  
  49. REGISTRATION:
  50.  
  51. Please see the file REGISTER.TXT for information on registering this door.
  52.  
  53.                                    ***
  54. GETTING STARTED
  55.  
  56. Modify the PAGE.CNF file to suit your needs.
  57.  
  58.  Line 1: INTERRUPT                           INTERRUPT
  59.  Line 2: SysOp's Name                        Greg Parsons
  60.  Line 3: BBS Name                            Paradise Cove BBS
  61.  Line 4: Registration Number                 000000
  62.  Line 5: Make CALLERx Entry With Reason?     Y
  63.  Line 6: Suppress Opening Welcome Message?   N
  64.  Line 7: Path/Name To Your Translation File  C:\PCB\PROTRNS.
  65.  Line 8: BBS Software Used (PCB/SF)          PCB
  66.  Line 9: Emergency Password (CASE SENSITIVE) EMERGENCY
  67.  
  68. Copy PAGE.EXE into a directory which is in your path.
  69. Create a door batch file for each node.
  70.  
  71. PAGE
  72.  
  73. CD\PCB\DOORS\PAGE
  74. PAGE.EXE PAGE.CNF C:\PCB1
  75. BOARD1        (or EXIT in Shell Mode)
  76.  
  77. The first line must contain three entries in the exact order shown.  The
  78. first entry must be the program name (and path if it is not in a
  79. directory in your path).  The second entry must be the path and name of the
  80. configuration file, and the third entry must be the path to the
  81. PCBOARD.SYS file.  The fourth entry, LOCAL, is optional, and may be used
  82. to run the door from the command line.
  83.  
  84. The second line must either be the command to restart PCBoard for that
  85. node, or EXIT if the door is a "Shelled" door.
  86.  
  87. Add the door entry to your DOORS.DAT file by going into PCBSETUP.
  88. Select "J" Main Board Configuration.  Cursor down to Doors, (about 5
  89. lines from the bottom).  Highlight your DOORS.DAT file and press F2.
  90.  
  91. Make the following entries:
  92.  
  93. ┌───────────────────────────────────────────────────────────────────────────┐
  94. │                                      USER  DOOR                           │
  95. │   Filename    Password  Sec  Login   SYS   SYS   Shell  Path to DOOR Files│
  96. │1  PAGE                    5    N     N     N       N                      │
  97. │2                                                                          │
  98. │3                                                                          │
  99. └───────────────────────────────────────────────────────────────────────────┘
  100.  
  101. Note.  Shell may be set to "S" if you have sufficient memory availablle.
  102. If Shell is "S", then replace "BOARD1" with "EXIT" on the second line of
  103. your PAGE file.  Shelled doors are seamless to PCBoard.
  104.  
  105.  
  106.